func github.com/aws/smithy-go/middleware.writeStepItems

6 uses

	github.com/aws/smithy-go/middleware (current package)
		stack.go#L143: 	writeStepItems(w, s.Initialize)
		stack.go#L144: 	writeStepItems(w, s.Serialize)
		stack.go#L145: 	writeStepItems(w, s.Build)
		stack.go#L146: 	writeStepItems(w, s.Finalize)
		stack.go#L147: 	writeStepItems(w, s.Deserialize)
		stack.go#L157: func writeStepItems(w *indentWriter, s stackStepper) {